home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 36 / PC Gamer IT CD 36 2-2.iso / utility / pmio12 / Pmio.ex_ / 0 / RCDATA / TTHUMBNAILSIZEFORM1 / TTHUMBNAILSIZEFORM1.txt < prev   
Text File  |  1998-10-17  |  1KB  |  50 lines

  1. object ThumbnailSizeForm1: TThumbnailSizeForm1
  2.   Left = 29
  3.   Top = 226
  4.   Width = 233
  5.   Height = 252
  6.   BorderIcons = []
  7.   BorderStyle = bsSizeToolWin
  8.   Caption = 'Drag Thumbnail Size'
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Icon.Data = {<image000.ico>}
  16.   KeyPreview = True
  17.   OnHide = FormHide
  18.   OnPaint = FormPaint
  19.   OnResize = FormResize
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Image: TImage
  24.     Left = 12
  25.     Top = 12
  26.     Width = 200
  27.     Height = 200
  28.     Hint = 'Resizing this window changes the thumbnail size'
  29.     ParentShowHint = False
  30.     Picture.Data = {<image001.bmp>}
  31.     ShowHint = True
  32.     Stretch = True
  33.   end
  34.   object Label: TLabel
  35.     Left = 0
  36.     Top = 0
  37.     Width = 225
  38.     Height = 24
  39.     Align = alTop
  40.     Alignment = taCenter
  41.     AutoSize = False
  42.     Font.Charset = DEFAULT_CHARSET
  43.     Font.Color = clBlack
  44.     Font.Height = -14
  45.     Font.Name = 'Arial'
  46.     Font.Style = []
  47.     ParentFont = False
  48.   end
  49. end
  50.